Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.io.restclient.httpservice
/
[jvm]EchoService
Echo
Service
@
HttpExchange
(
url
=
"https://echo.zuplo.io"
)
interface
EchoService
Members
Functions
echo
Link copied to clipboard
@
PostExchange
abstract
fun
echo
(
@
RequestBody
message
:
Map
<
String
,
String
>
)
:
Map
<
out
Any
,
out
Any
>